home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRSESSIONSPECSFRAME / TDIRSESSIONSPECSFRAME.txt
Text File  |  2008-11-03  |  3KB  |  166 lines

  1. inherited DirSessionSpecsFrame: TDirSessionSpecsFrame
  2.   Caption = 'Specs'
  3.   object LeftLbl: TUiLabel
  4.     Left = 8
  5.     Top = 16
  6.     Height = 13
  7.     Caption = 'Left folder:'
  8.     FocusControl = LeftEdit
  9.   end
  10.   object LeftBrowseBtn: TUiBrowseSpeedButton
  11.     Left = 392
  12.     Top = 32
  13.     Hint = 'Browse'
  14.     BrowseComboBox = LeftEdit
  15.   end
  16.   object RightLbl: TUiLabel
  17.     Left = 8
  18.     Top = 80
  19.     Height = 13
  20.     Caption = 'Right folder:'
  21.     FocusControl = RightEdit
  22.   end
  23.   object RightBrowseBtn: TUiBrowseSpeedButton
  24.     Left = 392
  25.     Top = 96
  26.     Hint = 'Browse'
  27.     BrowseComboBox = RightEdit
  28.   end
  29.   object CenterLbl: TUiLabel
  30.     Left = 8
  31.     Top = 144
  32.     Height = 13
  33.     Caption = 'Center folder:'
  34.     FocusControl = CenterEdit
  35.   end
  36.   object CenterBrowseBtn: TUiBrowseSpeedButton
  37.     Left = 392
  38.     Top = 160
  39.     Hint = 'Browse'
  40.     BrowseComboBox = CenterEdit
  41.   end
  42.   object OutputLbl: TUiLabel
  43.     Left = 8
  44.     Top = 208
  45.     Height = 13
  46.     Caption = 'Output folder:'
  47.     FocusControl = OutputEdit
  48.   end
  49.   object OutputBrowseBtn: TUiBrowseSpeedButton
  50.     Left = 392
  51.     Top = 224
  52.     Hint = 'Browse'
  53.     BrowseComboBox = OutputEdit
  54.   end
  55.   object DescriptionLbl: TUiLabel
  56.     Left = 8
  57.     Top = 256
  58.     Height = 13
  59.     Caption = 'Description:'
  60.     FocusControl = DescriptionEdit
  61.   end
  62.   object LastModifiedLbl: TUiLabel
  63.     Left = 8
  64.     Top = 344
  65.     Height = 13
  66.     Caption = '%'
  67.   end
  68.   object LeftEdit: TUiBrowseComboBox
  69.     Left = 8
  70.     Top = 32
  71.     Width = 377
  72.     Height = 21
  73.     DropDownCount = 30
  74.     ItemHeight = 13
  75.     TabOrder = 0
  76.     OnChange = SomethingChangedClick
  77.     OnDropDown = EditDropDown
  78.     DirsOnly = True
  79.     OnBrowse = Browse
  80.   end
  81.   object LeftNoEditEdit: TUiCheckBox
  82.     Left = 8
  83.     Top = 56
  84.     Height = 17
  85.     Caption = 'Disable editing'
  86.     TabOrder = 1
  87.     OnClick = SomethingChangedClick
  88.   end
  89.   object CopyBtn: TUiBitBtn
  90.     Left = 184
  91.     Top = 64
  92.     Width = 24
  93.     Hint = 'Copy Left to Right'
  94.     TabOrder = 2
  95.     OnClick = CopyClick
  96.     ImageIndex = imgDown
  97.     Images = BcImages.MainImages
  98.   end
  99.   object SwapBtn: TUiBitBtn
  100.     Left = 216
  101.     Top = 64
  102.     Width = 24
  103.     Hint = 'Swap Sides'
  104.     TabOrder = 3
  105.     OnClick = SwapClick
  106.     ImageIndex = imgSwap
  107.     Images = BcImages.MainImages
  108.   end
  109.   object RightEdit: TUiBrowseComboBox
  110.     Left = 8
  111.     Top = 96
  112.     Width = 377
  113.     Height = 21
  114.     DropDownCount = 30
  115.     ItemHeight = 13
  116.     TabOrder = 4
  117.     OnChange = SomethingChangedClick
  118.     OnDropDown = EditDropDown
  119.     DirsOnly = True
  120.     OnBrowse = Browse
  121.   end
  122.   object RightNoEditEdit: TUiCheckBox
  123.     Left = 8
  124.     Top = 120
  125.     Height = 17
  126.     Caption = 'Disable editing'
  127.     TabOrder = 5
  128.     OnClick = SomethingChangedClick
  129.   end
  130.   object CenterEdit: TUiBrowseComboBox
  131.     Left = 8
  132.     Top = 160
  133.     Width = 377
  134.     Height = 21
  135.     DropDownCount = 30
  136.     ItemHeight = 13
  137.     TabOrder = 6
  138.     OnChange = SomethingChangedClick
  139.     OnDropDown = EditDropDown
  140.     DirsOnly = True
  141.     OnBrowse = Browse
  142.   end
  143.   object OutputEdit: TUiBrowseComboBox
  144.     Left = 8
  145.     Top = 224
  146.     Width = 377
  147.     Height = 21
  148.     DropDownCount = 30
  149.     ItemHeight = 13
  150.     TabOrder = 7
  151.     OnChange = SomethingChangedClick
  152.     OnDropDown = EditDropDown
  153.     DirsOnly = True
  154.     OnBrowse = Browse
  155.   end
  156.   object DescriptionEdit: TUiMemo
  157.     Left = 8
  158.     Top = 272
  159.     Width = 409
  160.     Height = 65
  161.     ScrollBars = ssVertical
  162.     TabOrder = 8
  163.     OnChange = SomethingChangedClick
  164.   end
  165. end
  166.